[筆記]TCL 02 - Regexp(RE)的用法


Posted by yichien305 on 2023-12-26

正規表示式(Regular expression,regex、regexp、RE),又稱正規表達式、正規表示法、規則運算式,用簡單字串來描述、符合文中全部符合指定格式的字串,現在很多文字編輯器都支援用正規表達式搜尋、取代符合指定格式的字串。

語法參考來源
線上練習tcl
線上練習tcl2
2023/12/25 教學 by Hank


#TCL







Related Posts

Return the summation of an array

Return the summation of an array

簡明 APCS 大學程式設計先修檢測入門教學

簡明 APCS 大學程式設計先修檢測入門教學

SQL Table Value Constructor – SELECT Statement (Create a Table With Value Generated By My Self)

SQL Table Value Constructor – SELECT Statement (Create a Table With Value Generated By My Self)


Comments